home *** CD-ROM | disk | FTP | other *** search
- /***********************************************************************
-
- CSA Library, Version 1.6.b
- Released: March 2nd 1995
-
- Julian date routines.
-
- Copyright(c) 1994,1995
- Combis
- The Netherlands
- ***********************************************************************/
-
- #define __CSJULIAN_H
-
- long cal_julian(int month,int day,int year);
- void julian_cal(long julian,int &month,int &day,int &year);
-
-